runtime.p.timers (field)
20 uses
runtime (current package)
proc.go#L3068: when := pp.timers.wakeTime()
proc.go#L3271: now, pollUntil, _ := pp.timers.check(0)
proc.go#L3688: tnow, w, ran := p2.timers.check(now)
proc.go#L3754: w := p2.timers.wakeTime()
proc.go#L5592: lockInit(&pp.timers.mu, lockRankTimers)
proc.go#L5624: getg().m.p.ptr().timers.take(&pp.timers)
proc.go#L5654: if pp.timers.raceCtx != 0 {
proc.go#L5664: racectxend(pp.timers.raceCtx)
proc.go#L5665: pp.timers.raceCtx = 0
proc.go#L6016: if len(pp.timers.heap) > 0 {
proc.go#L6359: print(" runqsize=", t-h, " gfreecnt=", pp.gFree.n, " timerslen=", len(pp.timers.heap), "\n")
proc.go#L6601: if pp.timers.len.Load() == 0 {
runtime2.go#L749: timers timers
time.go#L623: ts := &mp.p.ptr().timers
time.go#L916: force := ts == &getg().m.p.ptr().timers && int(zombies) > int(ts.len.Load())/4
time.go#L942: force = ts == &getg().m.p.ptr().timers && int(ts.zombies.Load()) > int(ts.len.Load())/4
time.go#L1015: tsLocal := &getg().m.p.ptr().timers
time.go#L1067: gp.racectx = gp.m.p.ptr().timers.raceCtx
time.go#L1189: if w := pp.timers.wakeTime(); w != 0 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |